home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prodor31.arc / LIBRARY.DOC < prev    next >
Text File  |  1989-10-08  |  2KB  |  74 lines

  1.  
  2.                      ProDoor CD-ROM Library Support
  3.  
  4. ProDoor supports a 'LIB' command for access to a CD-ROM library disk.
  5.  
  6.  
  7. To install this feature you need these files:
  8.  
  9. \PROD\LIBDEF
  10.    -- Library disk definition file.  This file lists the cd-rom
  11.       directory prefix for each range of disk codes.  Change "E:" to
  12.       whatever drive letter you use to access the CD-ROM.
  13.  
  14.    Example:
  15.       ;prodoor definition file for cd-rom library
  16.       ;file format:  <hi disk code> <cd-rom prefix for codes upto hicode>
  17.       ;              no leading or extra spaces allowed.
  18.       ;                       modified for PC-SIG 4-88 high-sierra format
  19.       9 E:\001_100\disk000
  20.       99 E:\001_100\disk00
  21.       100 E:\001_100\disk0
  22.       200 E:\101_200\disk0
  23.       300 E:\201_300\disk0
  24.       400 E:\301_400\disk0
  25.       500 E:\401_500\disk0
  26.       600 E:\501_600\disk0
  27.       700 E:\601_700\disk0
  28.       800 E:\701_800\disk0
  29.       900 E:\801_900\disk0
  30.       999 E:\901_1000\DISK0
  31.       1000 E:\901_1000\disk
  32.  
  33.  
  34. \PROD\PROLIB
  35.    -- Menu of library disks.  You can either list all library disks
  36.       here, or make this short and put the library disk table
  37.       into a DIR file.
  38.  
  39.   Example:
  40.          Library disks available on CD-ROM:
  41.          Disk                Description
  42.          ----  ------------------------------------------
  43.          0001  Game Series No 1
  44.          0002  Spoolers
  45.          0003  RATBAS
  46.          0004  DBMS/Modem7
  47.          0005  PC-FILE Plus Disk 1 of 2
  48.  
  49.  
  50. \PROD\PROLIB.BAT
  51.    -- This batch file is called by prodoor to process each library
  52.       request.  It is called with parameters specifying the subdirectory
  53.       on the CD-ROM (as listed in the LIBDEF file) and the zipfile to create.
  54.       You can edit this file to call up PKZIP, PKPAK, etc. to physically
  55.       access the CD-ROM.
  56.  
  57.    Example:
  58.       echo off
  59.       rem. process library disk request - for ProDOOR 2.9
  60.       rem.   %1-logfile  %2-subdir on cd-rom  %3-disk on cd-rom  %4-scratchdir
  61.       pkZIP %4\CD-%3 %2\*.* >%1
  62.       echo. >>%1 Disk %3 is now stored in CD-%3.ARC for you!
  63.  
  64.  
  65. \PROD\LIBHELP
  66.    -- This help message is printed just before PROLIB.BAT is called.  It
  67.       should explain to the user where to look for the cd-rom library
  68.       files.
  69.  
  70.  
  71. The library function can be called up from the prodoor main command
  72. prompt by typing 'LIB' (for LIBrary disk).
  73.  
  74.